home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_0799 / 565 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.1 KB

  1. From: itschere@techfak.uni-bielefeld.de
  2. Subject: Re: pipes & ptys
  3. Date: Thu, 21 Oct 93 9:58:17 MET
  4. In-Reply-To: <9310201804.AA00159@jelal.north.de>; from "Juergen Lock" at Oct 20, 93 07:04:42 pm
  5.  
  6. Juergen Lock,
  7.  
  8. >  well if you dup2() the new device to the programs' /dev/aux...  but
  9. > since Bcon* still is single-char IO programs that use it will still
  10. > be big CPU time eaters so you might want to get rid of them anyway. :-)
  11.  
  12. THAT will obviously be the biggest problem, I think, although not for me :-)
  13. since I doubt I've got any of those... I think that's called "compatibility",
  14. must have heard that somewhere :-)
  15.  
  16. Well, bcon*()'s would then have to be converted to fwrite(1,...) calls to
  17. the new device driver. Hmmm, that' not the way it's done at the moment,
  18. isn't it?
  19.  
  20. > >  ... So you won't need an extra system call, but just a new device
  21. > > driver for the biosfs...
  22. >  hmm looks i was not clear enough again :)  that was exactly my point 4...
  23.  
  24. Yes, looks like I didn't understand it. In my opinion with the above mentioned
  25. changes you won't need it AND are still backwards compatible.
  26.  
  27. bye,
  28. TeSche
  29.  
  30.